@charset "utf-8";
/* CSS Document */
*{ margin:0; padding: 0; font-family: Microsoft Yahei, "微软雅黑", Pingfang SC, Helvetica, Arial, "Times New Roman";}
body{ text-align: justify;  max-width: 1920px; margin: 0 auto;}
a{ text-decoration:none; font-size: 16px; color:#000;}
input,select,textarea{ outline:none;  border-radius: 0; -webkit-appearance:none;}
img{ border: none;}

.clear{clear:both;}
.clearfix{ *zoom: 1;}
.clearfix:before{ content: ""; display: table;}
.clearfix:after{ content: ""; display: table; clear: both;}

.pic{ overflow: hidden;}
.pic img{ max-width: 100%; display: block; width: 100%; height: 100%; object-fit: cover; overflow: hidden; transition: all 0.5s;transform: scale(1); max-height:100%;}
.swiper-slide img{ width: 100%; display: block;}

input::-webkit-input-placeholder{		color: #333; font-size: 14px;}
input::-moz-input-placeholder{			color: #333; font-size: 14px;}
input::-ms-input-placeholder{			color: #333; font-size: 14px;}
input::-o-input-placeholder{			color: #333; font-size: 14px;}
textarea::-webkit-input-placeholder{	color: #333; font-size: 14px;}
textarea::-moz-input-placeholder{		color: #333; font-size: 14px;}
textarea::-ms-input-placeholder{		color: #333; font-size: 14px;}
textarea::-o-input-placeholder{			color: #333; font-size: 14px;}

.left{ float:left;}
.right{ float:right;}


.p10{ padding: 10px 0; }
.p20{ padding: 20px 0; }
.p30{ padding: 30px 0; }
.p40{ padding: 40px 0; }
.p50{ padding: 50px 0; }
.p60{ padding: 60px 0; }
.p70{ padding: 70px 0; }
.p80{ padding: 80px 0; }
.p90{ padding: 90px 0; }
.p100{ padding: 100px 0; }
.mt10{ margin-top: 10px !important; }
.mt20{ margin-top: 20px !important; }
.mt30{ margin-top: 30px !important; }
.mt40{ margin-top: 40px !important; }
.mt50{ margin-top: 50px !important; }
.mt60{ margin-top: 60px !important; }
.mt70{ margin-top: 70px !important; }
.mt80{ margin-top: 80px !important; }
.mt90{ margin-top: 90px !important; }
.mt100{ margin-top: 100px !important; }
.w1200{ width: 1200px; margin: 0 auto;}
.mx1200{ max-width: 1200px; width: 94%; margin: 0 auto;}

::-webkit-scrollbar {
	width : 5px;
	height: 1px;
}
::-webkit-scrollbar-thumb {
	border-radius: 10px;
	height: 15px;
	background: #a0a0a0;
}
::-webkit-scrollbar-track {
	background: #f6f8fb;
}





.f10 {transform:scale(0.7);}
.f12 {font-size:12px;}
.f14 {font-size:14px;}
.f18 {font-size:18px;}
.f24 {font-size:24px;}
.f36 {font-size:36px;}
.f42 {font-size:42px;}
.b {font-weight:bold;}
.xt {font-style:italic;}
.pa {font-family:"Palatino Linotype";}
.s1 {color:#000;}
.s1 a{color:#000;}
.s1 a:hover{color:#000;}
.s2 {color:#666;}
.s2 a{color:#666;}
.s2 a:hover{color:#000;}
.s3 {color:#0054a7;}
.s3 a {color:#0054a7;}
.s3 a:hover {color:#000;}
.s4 {color:#fff;}
.s4 a {color:#fff;}
.s4 a:hover {color:#fff;}
.w {width:1200px; margin:auto;}
 

#top {width:100%; height:110px; background:#fff;}
#top .content {width:1200px; height:110px; margin:auto; background:#fff;}
#top .logo {float:left; margin:26px 20px 0 0;}
#top .menu {float:left;width: 655px;margin: 0 0 0 20px;}
#top .menu ul {margin:0;}
#top .menu li {float:left; height:110px; line-height:110px; display:block;}
#top .menu li a {display:block;padding: 0 25px;}
#top .menu li.this a {background:#0054a7; color:#fff;}
#top .menu li a:hover {background:#0054a7; color:#fff;}
#top .tel {float:left; margin:45px 0 0 20px;}
#top .number {float:right; margin-top:40px;}


.banner{
	height: 810px;
}
.bannerbg,
.listbanner,
.nbanner{
	height: 350px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

#solution {width:100%; padding: 80px 0; background:#eef3f7;}
#solution h1 {text-align:center; font-size: 36px;}
#solution .list {width:1200px; overflow:hidden; margin: 30px auto 0 auto;}
#solution .list ul {width:1230px;}
#solution .list li {float:left; cursor: pointer; margin: 0 30px 30px 0; position: relative; display:block;}
#solution .list li a p{
	position: absolute;
	line-height: 56px;
	width: 90%;
	font-size: 18px;
	font-weight: bold;
	left: 0;
	bottom: 0;
	margin: 0;
	padding: 0 5%;
	color: #fff;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}


.shadow{
	position:fixed;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.4);
	left: 0;
	top: 0;
	display: none;
	z-index: 99;
}


.videoclose{
	color: #fff;
	position: absolute;
	right: 0;
	top: 0;
	line-height: 35px;
	font-size: 50px;
	font-weight: bold;
	cursor: pointer;
	opacity: .7;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}

.videoclose:hover{
	opacity: 1;
}

.videoarea{
	display: none;
}

.videoarea{
	display: none;
	position: fixed;
	left: 50%;
	top: 15%;
	width: 640px;
	margin-left: -320px;
	background: #000;
	z-index: 999;
}
.videoarea video{
	width: 640px;
	height: 360px;
	background: none;
	outline: none;
}




#video {width:100%; height:740px; background:url(../images/video.jpg) center 0 no-repeat;}
#video .video-left {float:left; width:600px; height:740px; display:table;}
#video .video-left .player {text-align:center; display:table-cell; vertical-align:middle;}
#video .video-left .player img{ margin: 0 360px 0 0; cursor: pointer;}
#video .about {float:left; width:550px; height:410px; padding:70px 0 0 50px; line-height:24px; text-indent:24px;}
#video .about h1 {font-size:36px; margin-bottom:30px;}
#video .more {float:right; margin:10px 0 0 0;}
#video .more a{ font-size: 16px; font-weight: normal;}
#video .list {float:right;}
#video .list li {float:left; margin: 50px 0 0 50px; width:100px; text-align:center; font-size:16px; display:block;}
#video .list li strong {font-size:24px; margin-top:10px; display:block;}
#video .list img {margin-bottom:10px;}

#footer {width:100%; background:url(../images/foot.jpg) center no-repeat; background-size: cover;}
#footer .logo {float:left; height:140px; margin: 0 0 0 0; padding: 20px 50px 0 0; border-right:1px #888 solid;}
#footer .fcontact {float:left; height:160px; margin:0 0 0 70px; padding:0 70px 0 0; border-right:1px #888 solid; font-size: 14px; line-height: 26px;}
#footer .fcontact .text{
	opacity: .6;
}
#footer .fcontact .tel {
	opacity: 1; padding:10px 20px; margin: 5px 0; text-align:center; 
	display:block;
	background: -webkit-linear-gradient(to right, #377ce0, #0c4bb4);
	background: -moz-linear-gradient(to right, #377ce0, #0c4bb4);
	background: -ms-linear-gradient(to right, #377ce0, #0c4bb4);
	background: -o-linear-gradient(to right, #377ce0, #0c4bb4);
	background: linear-gradient(to right, #377ce0, #0c4bb4);
	border-radius:5px;
}
#footer .fmenu {float:left; height:160px; margin:0 0 0 0; padding:0 0 0 70px; border-right:1px #888 solid;}
#footer .fmenu ul {float:left; margin-right:70px;}
#footer .fmenu div {margin-bottom: 20px;}
#footer .fmenu .s4 { font-weight: bold; font-size: 17px;}
#footer .fmenu li {color:#999; margin-top:10px; display: block; opacity: .6;}
#footer .fmenu li a {color:#fff; font-size: 14px;}
#footer .code {float:right; margin: 10px 0 0 0;  line-height:28px; font-size: 14px;}
#footer .code p{
	opacity: .6;
	text-align: center;
}

.swiper-container,
.swiper-wrapper,
.swiper-slide{
	height: auto !important;
}
.swiper-slide{
	display: block;
}

.adv h1{
	text-align: center;
}

.view .swiper-container {
	width: 1200px;
}

.view{
	margin: 30px 0 0 0;
	box-shadow: 0 0 18px 0 rgba(0,0,0,.2);
}
.view .swiper-slide {
}

.view .arrow-left {
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -25px;
	width: 28px;
	height: 51px;
	z-index: 10;
}

.view .arrow-right {
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -25px;
	width: 28px;
	height: 51px;
	z-index: 10;
}

.preview {
	width: 100%;
	margin-top: 15px;
	position: relative;
}

.preview .swiper-container {
	width: 100%;
}

.preview .swiper-slide {
	width: 240px;
	opacity: .5;
	cursor: pointer;
}


.preview .arrow-left {
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -9px;
	width: 9px;
	height: 18px;
	z-index: 10;
	display: none;
}

.preview .arrow-right {
	display: none;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -9px;
	width: 9px;
	height: 18px;
	z-index: 10;
}

.preview img {
	padding: 1px;
}

.preview .active-nav{
	opacity: 1;
}

.preview .swiper-slide p{
	text-align: center;
}



.prodetailslide .detailtext .text3 p{
	position: relative;
	padding: 0 0 0 15px;
}
.prodetailslide .detailtext .text3 p:before{
	position: absolute;
	width: 8px;
	height: 8px;
	left: 0;
	top: 9px;
	content: '';
	display: block;
	background: #0054a7;
	border-radius: 50%;
}
.prodetailslide .detailtext .text1{
	padding: 0;
}



#baguetteBox-overlay{display:none;opacity:0;position:fixed;overflow:hidden;top:0;left:0;width:100%;height:100%;z-index:1000000;background-color:#222;background-color:rgba(0,0,0,.8);-webkit-transition:opacity .5s ease;transition:opacity .5s ease}
#baguetteBox-overlay.visible{opacity:1}
#baguetteBox-overlay .full-image{display:inline-block;position:relative;width:100%;height:100%;text-align:center}
#baguetteBox-overlay .full-image figure{display:inline;margin:0;height:100%}
#baguetteBox-overlay .full-image img{display:inline-block;width:auto;height:auto;max-height:100%;max-width:100%;vertical-align:middle;-moz-box-shadow:0 0 8px rgba(0,0,0,.6);box-shadow:0 0 8px rgba(0,0,0,.6)}
#baguetteBox-overlay .full-image figcaption{display:block;position:absolute;bottom:0;width:100%;text-align:center;line-height:1.8;white-space:normal;color:#ccc;background-color:#000;background-color:rgba(0,0,0,.6);font-family:sans-serif}
#baguetteBox-overlay .full-image:before{content:"";display:inline-block;height:50%;width:1px;margin-right:-1px}
#baguetteBox-slider{position:absolute;left:0;top:0;height:100%;width:100%;white-space:nowrap;-webkit-transition:left .4s ease,-webkit-transform .4s ease;transition:left .4s ease,-webkit-transform .4s ease;transition:left .4s ease,transform .4s ease;transition:left .4s ease,transform .4s ease,-webkit-transform .4s ease,-moz-transform .4s ease}
#baguetteBox-slider.bounce-from-right{-webkit-animation:bounceFromRight .4s ease-out;animation:bounceFromRight .4s ease-out}
#baguetteBox-slider.bounce-from-left{-webkit-animation:bounceFromLeft .4s ease-out;animation:bounceFromLeft .4s ease-out}@-webkit-keyframes bounceFromRight{0%,100%{margin-left:0}50%{margin-left:-30px}}@keyframes bounceFromRight{0%,100%{margin-left:0}50%{margin-left:-30px}}@-webkit-keyframes bounceFromLeft{0%,100%{margin-left:0}50%{margin-left:30px}}@keyframes bounceFromLeft{0%,100%{margin-left:0}50%{margin-left:30px}}
.baguetteBox-button#next-button,
.baguetteBox-button#previous-button{top:50%;top:calc(50% - 30px);width:44px;height:60px}
.baguetteBox-button{position:absolute;cursor:pointer;outline:0;padding:0;margin:0;border:0;-moz-border-radius:15%;border-radius:15%;background-color:#323232;background-color:rgba(50,50,50,.5);color:#ddd;font:1.6em sans-serif;-webkit-transition:background-color .4s ease;transition:background-color .4s ease}
.baguetteBox-button:focus,
.baguetteBox-button:hover{background-color:rgba(50,50,50,.9)}
.baguetteBox-button#next-button{right:2%}
.baguetteBox-button#previous-button{left:2%}
.baguetteBox-button#close-button{top:20px;right:2%;right:calc(2% + 6px);width:30px;height:30px}
.baguetteBox-button svg{position:absolute;left:0;top:0}
.baguetteBox-spinner{width:40px;height:40px;display:inline-block;position:absolute;top:50%;left:50%;margin-top:-20px;margin-left:-20px}
.baguetteBox-double-bounce1,.baguetteBox-double-bounce2{width:100%;height:100%;-moz-border-radius:50%;border-radius:50%;background-color:#fff;opacity:.6;position:absolute;top:0;left:0;-webkit-animation:bounce 2s infinite ease-in-out;animation:bounce 2s infinite ease-in-out}
.baguetteBox-double-bounce2{-webkit-animation-delay:-1s;animation-delay:-1s}@-webkit-keyframes bounce{0%,100%{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes bounce{0%,100%{-webkit-transform:scale(0);-moz-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);-moz-transform:scale(1);transform:scale(1)}}


.sproarea .pic{
	width: 600px;
}

.protext{
	width: 500px;
	padding: 50px;
	display: table;
}
.protext .ptext{
	display: table-cell;
	vertical-align: middle;
	height: 330px;
}
.protext .ptext strong{
	border-left: 6px solid #0054a7;
	padding: 0 0 0 10px;
	line-height: 30px;
	font-size: 30px;
	display: block;
	font-weight: normal;
}
.protext .ptext .text{
	font-size: 16px;
	line-height: 30px;
	color: #666666;
	margin: 15px 0 0 0;

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
	max-height: 120px;
	min-height: 120px;
}
.protext .ptext .more{
	display: block;
	width: 140px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	margin: 30px 0 0 0;
	border-radius: 20px;
	color: #fff;
	background-color: #216ac2;
	background-image: -webkit-linear-gradient(to right, #548ded, #0054a8);
	background-image: -moz-linear-gradient(to right, #548ded, #0054a8);
	background-image: -ms-linear-gradient(to right, #548ded, #0054a8);
	background-image: -o-linear-gradient(to right, #548ded, #0054a8);
	background-image: linear-gradient(to right, #548ded, #0054a8);
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.protext .ptext .more:hover{
	border-radius: 0;
}


.swiper-pagination-switch {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	margin: 0 12px;
	background: #fff;
	cursor: pointer;
	opacity: .5;
}
.swiper-active-switch {
	opacity: 1;
}
.pagination {
	position: absolute;
	z-index: 20;
	left: 0;
	width: 100%;
	bottom: 20px;
	text-align: center;
}


.proslide h1{
	font-size: 36px;
	line-height: 36px;
	text-align: center;
}



.advul li{
	display: block;
	float: left;
	width: 300px;
	border-bottom: 1px solid #e5e5e5;
}
.advul li:nth-child(5),
.advul li:nth-child(6),
.advul li:nth-child(7),
.advul li:nth-child(8){
	border-bottom: none;
}
.advul li:nth-child(4) .text,
.advul li:nth-child(8) .text{
	border-right: none;
}
.advul li img{
	width: 76px;
	margin: 35px 0 0 20px;
}
.advul li .text{
	width: 168px;
	margin: 0 0 0 15px;
	padding: 30px 20px 30px 0;
	text-align: left;
	height: 104px;
	border-right: 1px solid #e5e5e5;
}
.advul li span{
	font-size: 22px;
	overflow: hidden;
}
.advul li p{
	font-size: 14px;
	line-height: 25px;
	color: #666666;
	height: 75px;
	overflow: hidden;
}

.advul li font{
	font-size: 18px;
	color: transparent;
	background-image: linear-gradient(90deg, #5790ec, #0054a7);
	background-clip: text;
	-webkit-background-clip: text;
	font-family: Arial;
	font-weight: bold;
	display: block;
	margin: 10px 0;
	line-height: 14px;
}

.advul li .more{
	display: block;
	width: 140px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	margin: 1px 0 0 0;
	background: #313131;
	border-radius: 20px;
}

.news h1{
	text-align: center;
}
.newsul li{
	width: 380px;
	float: left;
	display: block;
	box-shadow: 0 0 12px 0 rgba(0,0,0,.2);
}
.newsul li:nth-child(2){
	margin: 0 30px;
}
.newsul li .text{
	padding: 20px;
}
.newsul li .text span{
	display: block;
	font-size: 14px;
	color: #9d9d9d;
	font-family: Arial;
}
.newsul li .text strong{
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-size: 20px;
	margin: 10px 0 5px 0;
}
.newsul li .text p{
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-size: 14px;
	color: #484848;
}


.cr{
	background: #313131;
	line-height: 50px;
	text-align: center;
	color: #adadad;
	font-size: 14px;
}
.cr a{
	font-size: 14px;
	color: #adadad;
}

.protext1{
	padding: 50px 0;
}


.nproul li{
	width: 380px;
	margin: 0 30px 30px 0;
	float: left;
	display: block;
	box-shadow: 0 0 12px 0 rgba(0,0,0,0.2);
}
.nproul li:nth-child(3n){
	margin: 0 0 30px 0;
}
.nproul li a{
	display: block;
}
.nproul li .pic{
	border-bottom: 1px solid #ccc;
}
.nproul li .text{
	padding: 20px 25px;
}
.nproul li .text span{
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	display: block;
	margin: 0 0 15px 0;
}
.nproul li .text p{
	font-size: 14px;
	line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
	max-height: 72px;
	min-height: 72px;
	color: #aaa;
}

.nproul li:hover .pic img{
	-webkit-transform: 	scale(1.1);
	-moz-transform: 	scale(1.1);
	-ms-transform: 		scale(1.1);
	-o-transform: 		scale(1.1);
	transform: 			scale(1.1);
}



.nabout{
	padding: 0 7px;
}
.abouttitle{
	padding: 0 7px;
}
.abouttitle span{
	font-size: 30px;
	font-weight: bold;
	line-height: 26px;
	display: block;
	color: #343434;
}
.abouttitle p{
	font-size: 18px;
	line-height: 18px;
	margin: 10px 0 0 0;
	font-family: Arial;
	text-transform: uppercase;
	color: #005497;
}



.nvideo{
	width: 350px;
	padding: 50px 35px 45px 0;
	border-top: 6px solid #f9f9f9;
	border-right: 6px solid #f9f9f9;
	position: relative;
}
.nvideo:before{
	content: '';
	display: block;
	height: 6px;
	width: 1200px;
	right: 0;
	top: -6px;
	position: absolute;
	background: #f9f9f9;
}
.nvideo strong{
	color: #ccc;
	font-size: 44px;
	font-family: Arial;
	text-transform: uppercase;
	line-height: 44px;
}
.nvideo p{
	color: #ccc;
	font-size: 14px;
	font-family: Arial;
	text-transform: uppercase;
	line-height: 14px;
	margin: 20px 0 0 0;
}


.nvideo video{
	width: 100%;
	margin: 30px 0 0 0;
}

.nabouttext{
	width: 726px;
	color: #949494;
	font-size: 14px;
	line-height: 24px;
	padding: 0 0 0 69px;
}


.nenvtitle{
	font-size: 30px;
	line-height: 30px;
	padding: 0 7px;
}
.nenvul li .pic{
	margin: 0 7px;
}






.ctitle{
	font-size: 30px;
	color: #282828;
	line-height: 30px;
	margin: 0 0 40px 0;
}

.ncontact{
	background: #f9f9f9;
}
.ncontact .text{
	width: 32%;
	padding: 0 5%;
	font-size: 14px;
	line-height: 28px;
	color: #282828;
}



.ncontact .message{
	width: 54%;
}

.ncontact .message p{
	color: #5b7180;
	font-size: 14px;
	line-height: 24px;
}

.ncontact .message .messageform li{
	display: block;
	margin: 0 0 8px 0;
	position: relative;
	overflow: hidden;
}

.ncontact .message .messageform li input[type="text"]{
	padding: 0 3%;
	width: 94%;
	border: none;
	height: 36px;
	background: #f4f4f4;
	font-size: 14px;
	color: #666666;
}

.ncontact .message .messageform li textarea{
	padding: 2% 3%;
	width: 94%;
	border: none;
	height: 80px;
	background: #f4f4f4;
	font-size: 14px;
	color: #666666;
}

.ncontact .message .messageform li input[type="submit"]{
	width: 100%;
	border: none;
	height: 40px;
	background: #0077cd;
	font-size: 14px;
	color: #fff;
}

.ncontact .message .messageform li:last-child{
	font-size: 12px;
	color: #ff8546;
}

.ncontact .message .messageform li:nth-child(1):before,
.ncontact .message .messageform li:nth-child(2):before,
.ncontact .message .messageform li:nth-child(5):before{
	position: absolute;
	line-height: 42px;
	content: '*';
	display: block;
	left: 0;
	top: 0;
	width: 4%;
	text-align: center;
	color: #ff8546;
}

.ncontact .message .messageform li img{
	position: absolute;
	right: 0;
	top: 0;
	background: #f4f4f4;
	padding: 4px 10px;
	display: block;
}



.ewm{
	width: 80%;
	max-width: 139px;
	text-align: center;
	margin: 40px 0 0 0;
}







.map{
	overflow: hidden;
}
.map p{
	overflow: hidden;
}
.map iframe{
	position: relative;
	left: 50%;
	margin-left: -600px;
}



.procatebg{
	background: #f5f5f5;
}

.procate{
	display: table;
	margin: 0 auto;
}
.procate li{
	display: block;
	float: left;
	width: 190px;
	line-height: 60px;
	text-align: center;
}
.procate li a{
	display: block;
	border-bottom: 2px solid #f5f5f5;
}
.procate li.this a{
	border-bottom: 2px solid #0054a7;
}


.npro{
	padding: 0 0 60px 0;
}


.nnewsul li,
.nnewsul li:nth-child(2){
	margin: 0 30px 30px 0;
}
.nnewsul li:nth-child(3n){
	margin: 0 0 30px 0;
}
.nnewsul li .pic{
	width: 380px;
	height: 240px;
}




